runtime.taggedPointer.tag (method)
4 uses
runtime (current package)
netpoll_epoll.go#L168: tag := tp.tag()
tagptr_64bit.go#L65: if t.pointer() != ptr || t.tag() != tag {
tagptr_64bit.go#L66: print("runtime: taggedPointerPack invalid packing: ptr=", ptr, " tag=", hex(tag), " packed=", hex(t), " -> ptr=", t.pointer(), " tag=", hex(t.tag()), "\n")
tagptr_64bit.go#L86: func (tp taggedPointer) tag() uintptr {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)